[INFO] cloning repository https://github.com/EmilyMatt/goliath
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/EmilyMatt/goliath" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FEmilyMatt%2Fgoliath", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FEmilyMatt%2Fgoliath'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] e9a57bc8bc283ee78a253c7b53858ad797d1d354
[INFO] checking EmilyMatt/goliath against try#b66808126f24f2f30898306a881e1676824ea80c for pr-133502-23
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FEmilyMatt%2Fgoliath" "/workspace/builds/worker-2-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/EmilyMatt/goliath
[INFO] finished tweaking git repo https://github.com/EmilyMatt/goliath
[INFO] tweaked toml for git repo https://github.com/EmilyMatt/goliath written to /workspace/builds/worker-2-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/EmilyMatt/goliath on toolchain b66808126f24f2f30898306a881e1676824ea80c
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b66808126f24f2f30898306a881e1676824ea80c" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/EmilyMatt/goliath already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b66808126f24f2f30898306a881e1676824ea80c" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3d5ced03c013a94a2f102a4510f48a6e9184255caf5fd8244f58017bde7f5210" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] cb2c0c453e534d6bb3605f921424ec251e20f00163102e54ae1fef5bd6dbe1f0
[INFO] running `Command { std: "docker" "start" "cb2c0c453e534d6bb3605f921424ec251e20f00163102e54ae1fef5bd6dbe1f0", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "cb2c0c453e534d6bb3605f921424ec251e20f00163102e54ae1fef5bd6dbe1f0", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "cb2c0c453e534d6bb3605f921424ec251e20f00163102e54ae1fef5bd6dbe1f0" "/opt/rustwide/cargo-home/bin/cargo" "+b66808126f24f2f30898306a881e1676824ea80c" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "cb2c0c453e534d6bb3605f921424ec251e20f00163102e54ae1fef5bd6dbe1f0", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-w" "/opt/rustwide/workdir" "--user" "0:0" "cb2c0c453e534d6bb3605f921424ec251e20f00163102e54ae1fef5bd6dbe1f0" "/opt/rustwide/cargo-home/bin/cargo" "+b66808126f24f2f30898306a881e1676824ea80c" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling target-lexicon v0.13.3
[INFO] [stderr]    Compiling serde_spanned v1.0.4
[INFO] [stderr]    Compiling smallvec v1.15.1
[INFO] [stderr]    Compiling version-compare v0.2.1
[INFO] [stderr]    Compiling toml_edit v0.23.10+spec-1.0.0
[INFO] [stderr]     Checking num-integer v0.1.46
[INFO] [stderr]     Checking futures-channel v0.3.31
[INFO] [stderr]     Checking futures-util v0.3.31
[INFO] [stderr]    Compiling pastey v0.2.1
[INFO] [stderr]     Checking kstring v2.0.2
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling rustls v0.23.36
[INFO] [stderr]     Checking regex-syntax v0.8.9
[INFO] [stderr]     Checking muldiv v1.0.1
[INFO] [stderr]    Compiling zmij v1.0.19
[INFO] [stderr]    Compiling toml v0.9.11+spec-1.1.0
[INFO] [stderr]     Checking rustls-webpki v0.103.9
[INFO] [stderr]     Checking ppv-lite86 v0.2.21
[INFO] [stderr]     Checking parking_lot_core v0.9.12
[INFO] [stderr]     Checking atomic_refcell v0.1.13
[INFO] [stderr]    Compiling serde_json v1.0.149
[INFO] [stderr]     Checking bytemuck v1.25.0
[INFO] [stderr]     Checking anstream v0.6.21
[INFO] [stderr]     Checking tracing v0.1.44
[INFO] [stderr]     Checking mio v1.1.1
[INFO] [stderr]     Checking env_filter v0.1.4
[INFO] [stderr]     Checking num-rational v0.4.2
[INFO] [stderr]    Compiling clang-sys v1.8.1
[INFO] [stderr]     Checking option-operations v0.6.1
[INFO] [stderr]     Checking env_logger v0.11.8
[INFO] [stderr]     Checking sha1 v0.10.6
[INFO] [stderr]     Checking parking_lot v0.12.5
[INFO] [stderr]     Checking webpki-roots v1.0.6
[INFO] [stderr]    Compiling rustix v0.38.44
[INFO] [stderr]    Compiling cfg-expr v0.20.6
[INFO] [stderr]     Checking rand_chacha v0.9.0
[INFO] [stderr]    Compiling prettyplease v0.2.37
[INFO] [stderr]    Compiling libc v0.2.180
[INFO] [stderr]     Checking data-encoding v2.10.0
[INFO] [stderr]     Checking webpki-roots v0.26.11
[INFO] [stderr]    Compiling linux-raw-sys v0.4.15
[INFO] [stderr]    Compiling proc-macro-crate v3.4.0
[INFO] [stderr]     Checking tokio v1.49.0
[INFO] [stderr]    Compiling bitflags v2.10.0
[INFO] [stderr]    Compiling nom v7.1.3
[INFO] [stderr]     Checking rand v0.9.2
[INFO] [stderr]    Compiling libloading v0.8.9
[INFO] [stderr]     Checking bitcode v0.6.9
[INFO] [stderr]    Compiling bindgen v0.68.1
[INFO] [stderr]    Compiling home v0.5.12
[INFO] [stderr]     Checking regex-automata v0.4.14
[INFO] [stderr]    Compiling rustc-hash v1.1.0
[INFO] [stderr]    Compiling lazy_static v1.5.0
[INFO] [stderr]    Compiling system-deps v7.0.7
[INFO] [stderr]    Compiling peeking_take_while v0.1.2
[INFO] [stderr]    Compiling glib-macros v0.21.5
[INFO] [stderr]    Compiling lazycell v1.3.0
[INFO] [stderr]    Compiling cc v1.2.55
[INFO] [stderr]     Checking pxfm v0.1.27
[INFO] [stderr]     Checking png v0.18.0
[INFO] [stderr]     Checking tinyvec v1.10.0
[INFO] [stderr]    Compiling glib-sys v0.21.5
[INFO] [stderr]    Compiling gobject-sys v0.21.5
[INFO] [stderr]    Compiling gstreamer-sys v0.24.4
[INFO] [stderr]    Compiling gio-sys v0.21.5
[INFO] [stderr]    Compiling gstreamer-base-sys v0.24.4
[INFO] [stderr]    Compiling gstreamer-app-sys v0.24.4
[INFO] [stderr]     Checking futures-executor v0.3.31
[INFO] [stderr]    Compiling which v4.4.2
[INFO] [stderr]     Checking tungstenite v0.28.0
[INFO] [stderr]     Checking matchers v0.2.0
[INFO] [stderr]     Checking tracing-subscriber v0.3.22
[INFO] [stderr]    Compiling cexpr v0.6.0
[INFO] [stderr]     Checking moxcms v0.7.11
[INFO] [stderr]     Checking glib v0.21.5
[INFO] [stderr]    Compiling regex v1.12.3
[INFO] [stderr]     Checking tokio-rustls v0.26.4
[INFO] [stderr]     Checking tokio-tungstenite v0.28.0
[INFO] [stderr]     Checking image v0.25.9
[INFO] [stderr]    Compiling jetgpio-sys v0.2.3
[INFO] [stderr]     Checking gstreamer v0.24.4
[INFO] [stderr]     Checking jetgpio v0.1.2
[INFO] [stderr]     Checking gstreamer-base v0.24.4
[INFO] [stderr]     Checking gstreamer-app v0.24.4
[INFO] [stderr]     Checking goliath_common v0.1.0 (/opt/rustwide/workdir/crates/goliath_common)
[INFO] [stderr]     Checking goliath_operator v0.1.0 (/opt/rustwide/workdir/crates/goliath_operator)
[INFO] [stderr]     Checking goliath_vehicle v0.1.0 (/opt/rustwide/workdir/crates/goliath_vehicle)
[INFO] [stderr]     Checking goliath_server v0.1.0 (/opt/rustwide/workdir/crates/goliath_server)
[INFO] [stderr]     Checking goliath_wireguard v0.1.0 (/opt/rustwide/workdir/crates/goliath_wireguard)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 07s
[INFO] running `Command { std: "docker" "inspect" "cb2c0c453e534d6bb3605f921424ec251e20f00163102e54ae1fef5bd6dbe1f0", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "cb2c0c453e534d6bb3605f921424ec251e20f00163102e54ae1fef5bd6dbe1f0", kill_on_drop: false }`
[INFO] [stdout] cb2c0c453e534d6bb3605f921424ec251e20f00163102e54ae1fef5bd6dbe1f0
